home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / LIGHT / LITE / COMLITE.R < prev    next >
Encoding:
Text File  |  1997-07-11  |  1.1 KB  |  69 lines

  1. // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: COMLite.r 1.2 1997/04/09 01:16:29 damien Exp $ */
  3.  
  4. #ifndef __TYPES.R__
  5. #include "Types.r"
  6. #endif
  7.  
  8. #ifndef __XAPI.R__
  9. #include "XApi.r"
  10. #endif
  11.  
  12. include "COMLITE.rsc";
  13.  
  14. resource 'COMP' (132) {
  15.     'lite',
  16.     'CObl',
  17.     "Beams Light",
  18.     "COM Examples",
  19.     0x30103,
  20.     "3.1.3",
  21.     "Toolkit Example",
  22.     9
  23. };
  24.  
  25. data 'GUID' (132) {
  26.     $"A930 ED80 3A02 101C 885F 0402 1C00 7002"            /* ©0ÌÄ:...à_....p. */
  27.     $"F347 2360 734D 101C B801 0402 1C00 7002"            /* ÛG#`sM..∏.....p. */
  28. };
  29.  
  30. resource 'pMAP' (132) {
  31.     {    /* array TypeArray: 7 elements */
  32.         /* [1] */
  33.         'HAAN',
  34.         'shrt',
  35.         interpolate,
  36.         "Hor. Aperture",
  37.         /* [2] */
  38.         'VAAN',
  39.         'shrt',
  40.         interpolate,
  41.         "Ver. Aperture",
  42.         /* [3] */
  43.         'INTE',
  44.         'qfix',
  45.         interpolate,
  46.         "Intensity",
  47.         /* [4] */
  48.         'NBBH',
  49.         'shrt',
  50.         interpolate,
  51.         "# Hor. Beams",
  52.         /* [5] */
  53.         'NBBV',
  54.         'shrt',
  55.         interpolate,
  56.         "# Ver. Beams",
  57.         /* [6] */
  58.         'COLO',
  59.         'colo',
  60.         interpolate,
  61.         "Color",
  62.         /* [7] */
  63.         'BEAP',
  64.         'shrt',
  65.         interpolate,
  66.         "Beam Aperture"
  67.     }
  68. };
  69.